home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / p / pov / povlisti.ngs / benz9.pov < prev    next >
Encoding:
Text File  |  1992-08-27  |  2.8 KB  |  144 lines

  1. //------ 1928 Mercedes-Benz SS 38/250 tourer         Miller 8/22/92
  2.  
  3.  
  4.  
  5. #include "colors.inc"
  6. #include "shapes.inc"
  7. #include "shapes2.inc"
  8. #include "textures.inc"
  9. #include "carcolor.inc"
  10. #include "hood.inc"
  11. #include "cab.inc"
  12. #include "cover.inc"
  13. #include "top.inc"
  14. #include "tire.inc"
  15. #include "trunk.inc"
  16. #include "grill.inc"
  17. #include "logo.inc"
  18. #include "lights.inc"
  19. #include "mess.inc"
  20. #include "glass.inc"
  21. #include "pipe.inc"
  22. #include "fender.inc"
  23. #include "bframe.inc"
  24. #include "skirt.inc"
  25. #include "seat.inc"
  26. #include "box.inc"
  27. #include "bottle.inc"
  28. #include "floor.inc"
  29.  
  30.  
  31.  
  32. camera {
  33.    location <5 260 -760>
  34.    direction <0 0 4>
  35.    up  <0 1 0>
  36.    right <1.3 0 0>
  37.    look_at <5 50 0>
  38. }
  39.  
  40.  
  41. object { light_source { <500 1000 -3660 > color White }}
  42. object { light_source { <1100 370 -1000 > color White }}
  43. object { light_source { <-4000 7770 -30 > color White }}
  44. object { light_source { <-2000 30 -5000 > color Gold }}
  45.  
  46.  
  47. //*******************************************************
  48.  
  49.  
  50. #declare Car =
  51. composite {
  52.  
  53.     composite { HoodJoints }
  54.     object { Cab }
  55.     object { Cover }
  56.     object { Hood }
  57.     object { Nose }
  58.     composite { Grill }
  59.     object { Mess translate <.1 0 0> }
  60.     object { Logo translate <77 65.7 0> } 
  61.     object { Trunk }
  62.     object { GasCap }
  63.     composite { Tire rotate <90 0 0> rotate <0 0 19.5> translate <-94 57 0> }
  64.     composite { Tire  translate <82 23 -42> }
  65.     composite { Tire  translate <82 23 42> }
  66.     composite { Tire  translate <-80 23 -42> }
  67.     composite { Tire  translate <-80 23 42> }
  68.     composite { HeadLights rotate <0 -90 0> translate <88 36.5 0>}
  69.     composite { Pipe translate <19.5 48 -17.5> }
  70.     composite { Pipe translate <33.5 48 -17.5> }
  71.     composite { Pipe translate <47.5 48 -17.5> }
  72.     composite { WindShield }
  73.     composite { Fender rotate <0 -90 0> translate <110 25.5 0> }
  74.     composite { Fender rotate <0 90 0> translate <-120 25.5 0> }
  75.     object { BodyFrame }
  76.     composite { Skirt }
  77.     object { Seat rotate <0 90 0> translate <-62.5 41.5 0> }
  78.  
  79.     bounded_by {
  80.     box { UnitBox scale <130 60 60> translate <-5 55 0> }
  81.     }
  82. }
  83.  
  84.  
  85. composite { Car rotate <0 45 0> }
  86.  
  87.  
  88.  
  89.  
  90. //------ Stage
  91. //**********************************************************
  92.  
  93.  
  94.  
  95. //------ World
  96. object {
  97.   sphere { <0 0 0> 200000 inverse}
  98.        texture {
  99.        color Black
  100.        ambient 1
  101.        diffuse .1
  102.        }
  103. }
  104.  
  105. object { Floor }
  106.  
  107.  
  108.  
  109. //---Ground
  110. object {
  111.    plane { <0 1 0> -1 }
  112.     texture {
  113.     color DimGray
  114.     ambient .1
  115.     diffuse .4
  116.     reflection .38
  117.     }
  118. }
  119.  
  120. //---Sky
  121. object {
  122.    plane { <0 1 0> 10000 }
  123.     texture {
  124.     color Blue
  125.     ambient .1
  126.     }
  127. }
  128.  
  129. fog { 10000 color Black }
  130.  
  131.  
  132. composite { Box scale <.85 .85 .85> rotate <0 -30 0> translate <60 55.25 300> }
  133. composite { Bottle scale <1.4 1.4 1.4> rotate <0 30 0> translate <-70 0 -80> }
  134. composite { BrushLid scale <1.4 1.4 1.4> rotate <0 70 0> translate <-30 0 -90> }
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144. ə